Skip to content

Update for FirebaseAuthUI #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 5, 2022
Merged

Conversation

nohe427
Copy link
Collaborator

@nohe427 nohe427 commented Oct 5, 2022

This updates the authentication quickstart to use FirebaseAuthUI. There were a few modifications needed to make the quickstart run smoothly again after updating to FirebaseAuthUI. These modifications included but was not limited to:

  • update the gradle version of the project
  • set the minimum android version to 19 (required for auth ui)
  • update cocoapods to their latest version
  • remove the login page as firebase ui provides its own page
  • implement routing for forgotten password etc...
  • add a profile screen
  • update cleartext security rules so using firebase emulators on the latest android version work well

@thatfiredev
Copy link
Member

In other quickstarts we usually have a dedicated screen for Firebase UI. And we still demo the regular auth flows in other screens (one method per screen, see quickstart-android as an example). Do we want to do the same for Flutter?

@kroikie
Copy link
Collaborator

kroikie commented Oct 5, 2022

LGTM

@kroikie
Copy link
Collaborator

kroikie commented Oct 5, 2022

@thatfiredev good point, I think we can have a follow up PR adding a non-FFUI screen.

@kroikie
Copy link
Collaborator

kroikie commented Oct 5, 2022

we have an issue to track:
#13

@kroikie kroikie merged commit 1dccdd7 into firebase:main Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants